Welcome![Sign In][Sign Up]
Location:
Search - ucos keil c51

Search list

[Embeded-SCM Develop多任务操作系统ucOS II移植到keil c51的源代码.zip

Description: 多任务操作系统ucOS II移植到keil c51的源代码
Platform: | Size: 183531 | Author: | Hits:

[Other resourceuCOS-II2.85_for_Keil_C51

Description: UCOSII2.85针对8051单片机的移植版本,开发环境为KEIL C51。
Platform: | Size: 522432 | Author: simon | Hits:

[uCOSuCOS-II2.85_For_Keil_C51

Description: uCOS-II2.85_For_Keil_C51,keil下的uCOS-II2.85源码,方便大家研究。
Platform: | Size: 98546 | Author: netman_006 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[Embeded Linuxucos移植心得大全

Description: ucos移植心得,非常好,写得很有用途,使用ucos的朋友应该要好好的看看,会学到很多东西的。-CENTER transplant experience, very good, very written purposes, the use CENTER friends should look at the good will learn a lot of things.
Platform: | Size: 146432 | Author: 麦伟强 | Hits:

[uCOSyy

Description: Keil C51的UCOS-2操作系统源代码-ucos-2 operation system source code for Keil C51
Platform: | Size: 78848 | Author: 龙一啸 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[Embeded-SCM DevelopuCOS-IIforKeilC51

Description: 此代码是关于UC/OS移植到KEILC51的具体实现,希望给正在学习的朋友一点参考-this code is on the UC/OS to a concrete realization of KEILC51, hope is learning to friends reference point! !
Platform: | Size: 44032 | Author: Jacker | Hits:

[SCMucOSII_keil_c51

Description: 多任务操作系统ucOS II移植到keil_c51上的源代码,代码条理清晰,详细,明了,相信对你的编程有帮助!-multi-task operating system ucOS keil_c51 II transplanted to the source code, code lucid, detailed and clear, I believe that your programming help!
Platform: | Size: 183296 | Author: Tingliang | Hits:

[uCOSuCOS-IIforKeilC51

Description: UCOSII在KEIL平台上开发的一个完整实例,针对C51开发的-UCOSII KEIL platform in the development of a complete example, against the development of the C51
Platform: | Size: 43008 | Author: fano | Hits:

[uCOSuCOS284_C51

Description:
Platform: | Size: 84992 | Author: kly | Hits:

[uCOSuCOS251_C51

Description: 一個於 Keil C51 工程的 uC/OS-II v2.51
Platform: | Size: 65536 | Author: zyf | Hits:

[uCOSuCOS-II2.85_for_Keil_C51

Description: UCOSII2.85针对8051单片机的移植版本,开发环境为KEIL C51。-UCOSII2.85 transplant for 8051 version of development environment for the KEIL C51.
Platform: | Size: 522240 | Author: simon | Hits:

[uCOSucos_keil

Description: 这个是一个精简的在keil c51开发环境下移植uc/os-ii的一个源码。可以供很多初学者借鉴-This is a streamlined development environment in keil c51 transplanted uc/os-ii as a source. For many beginners can learn from
Platform: | Size: 276480 | Author: dbgytwang | Hits:

[uCOSuCOS-iiKeilC51

Description: uCOS-II到Keil+C51小模式下的移植-uCOS-II to Keil+ C51 small mode transplant
Platform: | Size: 179200 | Author: kuangchao | Hits:

[uCOSuCOSIIfor51

Description: ucos-2 在keil c51 小模式下的移植-ucos-2 for 51
Platform: | Size: 78848 | Author: 郭辉 | Hits:

[uCOSucosii

Description: ucos ii移植到keil c51环境下的源码-ucos ii transplanted to keil c51-source environment
Platform: | Size: 1637376 | Author: Jacob | Hits:

[OS DevelopuCOS-iiforMCU51

Description: keil小模式uc/osII系统,烧入stc51c516rd+无需外扩ram即可运行-keil small model uc/osII system, burning into the stc51c516rd+ do not need to run outside the extended ram
Platform: | Size: 69632 | Author: 张世杰 | Hits:

[OtherUCOS_keil

Description: UCOS for Keil C51,初学者入门uCOS最好的途径-UCOS for Keil C51, the best way for beginners entry uCOS
Platform: | Size: 138240 | Author: 林勇照 | Hits:

[uCOSuCOS-II-for-Keil-C51

Description: 用keil对ucos进行编译,适用于单片机的ucos,配置以写好。-Compiled with keil on ucos for SCM ucos, configured to written.
Platform: | Size: 41984 | Author: 小周 | Hits:
« 12 3 »

CodeBus www.codebus.net